Welcome![Sign In][Sign Up]
Location:
Search - tab control

Search list

[Embeded-SCM DevelopSample

Description: ucGUI 最全最新 实例 1.dashboard.exe----这个示例演示地图导航及TAB分页窗体.以及圆盘指针表, 类似汽国速度表盘.其中的指针作得太形象了.. 2.xeye.exe------------这个MOUSE的示例, 感觉很有趣啊, 一双眼睛看着.. 3.housecontrol.exe-----演示窗体滚动条, 并通过外面的示图查看窗体不同部分.此处的窗体非常长. 所以用到滚动条. 4.widget_listview.exe---演示列表控件-Most ucGUI latest examples 1. The dashboard. Exe- this example demonstrates map navigation and TAB page form. And disc pointer table, such as the steam countries speed dial. One of the pointer for too image.. 2. Xeye. Exe------------ this MOUSE example, the feeling is very interesting, a pair of eyes looking at.. 3. Housecontrol. Exe----- demo form the scroll bar, and through the outside and diagram view form different parts. This form very long. So use the scroll bar. 4. Widget_listview. Exe- demo list control
Platform: | Size: 3322880 | Author: markmin | Hits:

[SCMdigital-display-analog-8-clock

Description: 數碼時鐘設計 unsigned char Tab[ ]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} //control shape unsigned char port[8]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f} unsigned char int_time //中斷次數計數變量 unsigned char second //秒計數變量 unsigned char minute //分鐘計數變量 unsigned char hour //小時計數變量 -The digital clock designs unsigned char Tab [] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x80, 0x90} // control shape unsigned char port [8] = {0xfe, 0xfd and, 0xfb, 0xf7 the number of times the counter variable, 0xef, 0xdf, 0xbf, 0x7f} unsigned char int_time // interrupt unsigned char second // seconds count variable unsigned char minute // min count variable unsigned char hour // hour count variable
Platform: | Size: 30720 | Author: Poter | Hits:

[WEB CodedivPcss

Description: 自己整理的几个div+css样式。效果非常好,大家可以学习学习。DIV+CSS 小三角的做法与使用 用CSS控制输入框input悬停交互样式 仿windows选项卡效果 一个div里面图片垂直居中的例子 css实现网易滑动门TAB导航菜单 一款DIV+CSS闪动导航条效果(经典)-Own finishing several div+css of style. The effect is very good, and we can learn from. Practice DIV+CSS small triangle using CSS to control the input box input hover interactive style imitation windows tab effect example of vertical centering a div inside pictures 163 sliding doors TAB navigation menu css a DIV+CSS flashing navigation bar effect (Classic)
Platform: | Size: 5120 | Author: L22d | Hits:

[Software Engineeringduihuakuangbiancheng

Description: 掌握对话框的编程,包括模式对话框、无模式对话框以及属性表和属性页 理解对话框控件和相对应的变量之间的交互,会熟练使用UpdateData函数 掌握各种控件的使用,尤其是编辑框、列表框、组合框、按钮要熟练。 理解Tab Order的含义 会使用位图按钮,以及一些其它的通用控件,如进展控制、动画控制、微调按钮、滑动条控制等 -Master dialog programming, including the modal dialog box, modeless dialogs and property sheets and property pagesUnderstand the dialog box controls and the corresponding variables between the interaction, can skilled use of UpdateData functionTo master the use of various controls, especially in the edit box, list box, combo box, button to be skilled in.Understanding the meaning of Tab OrderUse of bitmap button, as well as some other common controls, such as the progress control, animation, fine tuning control button, slider control
Platform: | Size: 43008 | Author: wz | Hits:

[GUI DevelopDBGrid_ADOQuerypages

Description: DBGrid ADOQuery分页查询,其中使用了控件ADOQuery 和DBGrid-The DBGrid ADOQuery tab queries, which use the the control ADOQuery and DBGrid
Platform: | Size: 1117184 | Author: 风子 | Hits:

[Button control3

Description: Vc++_MFC各种控件的使用 属性页控件Tab Ctrl-The various control the use of property in Vc++_MFC page control Tab Ctrl
Platform: | Size: 8104960 | Author: | Hits:

[Delphi VCLdb_manpower

Description: 批量打印工作证,这是一个Delphi源码,数据库使用的是Access,本程序可以实现用姓名查找某个人的工作证并打印,也可以打印所有人的工作证。本例是用Qreport打印控件编写的打印模版,使用了QRLable标签控件、QRDBText显示数据文本控件、QRShape图形控件。注意:来电的号码和查询的号码必须一至,否则查询的客户信息会不准确。   Delphi批量打印工作证实现过程:   (1)新建一个标准工程,创建一个新窗体,默认名为Form1。   (2)在BDE的Standard标签页中选择两个GroupBox控件放在Form1窗体上,并分别设置Align的属性为alLeft、alClient。   (3)在BDE的Data Controls标签页中选择两个DBGrid控件分别放在两个GroupBox上,并设置DBGrid的Align属性为alClient。   (4)在BDE的Standard标签页中选择Panel控件放在Form1窗体上,并设置Align的属性为alBottom。   (5)在BDE的Standard标签页中选择Button控件放在Panel上。   (6)在BDE的System标签面中选择Timer控件放在Form1窗体上。   (7)获取电话号的主要程序代码。    -Batch printing work permit, which is a Delphi source code, using the Access database, the program can achieve Name Find a personal work permit and print can also print a work permit for all. This case is to to control written Qreport Print Print templates, use the QRLable label control, QRDBText, the data text controls, QRShape, graphical controls. Note: the caller s number and the number of queries must be one to inaccurate or query customer information. Delphi batch printing work permit implementation process: (1) to create a new standard project, to create a new form, default named the Form1. (2) BDE Standard tab, select two GroupBox controls on the Form1 form and set the the properties for alLeft alClient Align. Align property (3) in the BDE Data Controls tab, select two DBGrid control were placed in two GroupBox and set the DBGrid alClient. (4) BDE Standard tab, select Panel control on the Form1 form, and set the Align attribute alBottom. (5) in the Standard tab in the BDE B
Platform: | Size: 116736 | Author: 何朝飞 | Hits:

[Internet-NetworkAGytRCABB

Description: 代码是用来实现使用标签控件创建标签页的vc++的源码,相当好,初学,写的比较简单-Code is used to create a tab using the label control the source of vc++, quite good beginner, relatively simple
Platform: | Size: 24576 | Author: 朱建华 | Hits:

[JSP/Javaselectik-master

Description: Selectik 是一个 jQuery 的下拉框插件。易用、支持跨浏览器,可使用 CSS 进行样式定制。 特点: • 支持 TAB 键 • 支持鼠标滚轮控制 • 可根据首字符搜索 • 可定制滚动操作 • 智能定位 • 可自动设置宽度和程序设定宽度-Selectik is a jQuery plug-in drop-down box. Ease of use, support for cross-browser use CSS style custom. Features: • Support the TAB key support mouse wheel control • • according to the first character of the search can be customized • • • intelligent positioning rolling operation can be automatically set the width and procedures set width
Platform: | Size: 26624 | Author: gpudn17 | Hits:

[GUI DevelopMDIWindList

Description: 界面编程,控件美化,实现在多文档界面的状态条上放一个TAB控件的功能,源代码类库程序-The programming interface, control and landscaping, to achieve a TAB controls in a multiple document interface state on the function, source code library program
Platform: | Size: 66560 | Author: 活在当下 | Hits:

[Other02

Description: 综合和测评系统,其中主要介绍树型控件、列表控件、静态文本及Tab控件的使用方法,重点讲解树型控件的动态构建及与数据表关联数据的方法。介绍ADO对象操作数据库的技术,讨论复杂SQL语句的构造方法,实现非文档/视图(Doc/View)框架,基于对话框应用程序中各数据报表的打印输出。-Synthesis and evaluation system, which introduces the use of the tree control, list control, static text and Tab controls, to highlight the dynamic tree control and data table associated data. Introduced the the ADO object manipulation database technology, discuss the structure of complex SQL statements, non-document/view (Doc/View) framework based dialog application data report printout.
Platform: | Size: 440320 | Author: huang | Hits:

[Shop supermarket software system03

Description: 超市管理系统的完整开发过程,其中主要应用了ADO对象操作数据库的技术。在数据库操作中涉及复杂SQL语句的构造方法、列表控件、Tab控件及树型控件的使用方法。-Supermarket management system complete development process, which is the main application the ADO object manipulation database technology. Database operations involving the construction of complex SQL statements, list controls, Tab controls and the use of the tree control.
Platform: | Size: 1291264 | Author: huang | Hits:

[Windows Developscrolltab

Description: 滚动切换的TAB选项卡,竖向(纵向)上下翻滚的tab标签切换代码,看上去挺简洁,控制操作在左边,点击左侧的文字,右侧的内容即向上或向下翻转切换,本效果的实现需要navigation.plug-in.js、navigation.js以及jquery插件的支持。-Rolling switching TAB tab, vertical (portrait) rolling up and down the tab label switching code looks very simple, control operations on the left, click on the text to the left, the right side of the content up or down and flip the switch, the effect achieve the need navigation.plug-in.js, navigation.js and jquery plugin support.
Platform: | Size: 284672 | Author: 神州 | Hits:

[Tab ControlTabControl(VS2010)

Description: CtabCtrl控件的使用,涉及Tab项的插入和设置文本。-The use of CTabCtrl control, involving the insertion and set the text of the Tab key.
Platform: | Size: 149504 | Author: 吴华 | Hits:

[VC/MFC2

Description: 我用的是VC++6.0,我们先建立测试环境,单击”工具”(Tools)->”选项..”(Options),打开环境配置对话框,我们在”目录”(Directories)选项卡中,可以看到整个开发环境所引用的库文件,头文件的来源,实现控制-I use VC++6.0, we first create a test environment, click " Tools" (Tools)-> " Options .." (Options), open environment configuration dialog, we in the " directory" (Directories) tab , you can see the entire development environment referenced libraries, header files sources, to achieve control
Platform: | Size: 14336 | Author: nb | Hits:

[Windows Developusercontrol

Description: C#创建用户控件的演示源码,演示程序是一个排序字符串程序,在“原始字符串:”栏中输入字符串后,单击键盘Tab键,还可以进行逆序字符串功能,不但学习了用户控件的编写方法,还捎带研究了C#的字符串排序功能,一举两得-C# to create user control demo source code, demo program is a sort strings in " raw string:" Enter a string, click the keyboard Tab key, you can also reverse a string function, not only to learn the user control the preparation method, also incidentally studied the C# string sorting capabilities, do both
Platform: | Size: 12288 | Author: 锅烧猪蹄 | Hits:

[OS programmouse7key

Description: 在“控制面板”打开“辅助功能选项”,在“鼠标”标签选上“使用鼠标7键”。这样就可以用键盘来控制鼠标的光标,模拟鼠标的鼠标键都指键盘右侧的小键盘(数字键盘),使用时要使 NumLock 键处于有效状态。以下就是鼠标键: -In the " Control Panel" Open " Accessibility Options" in the " Mouse" tab elected " seven keys using the mouse." So you can use the keyboard to control the mouse cursor to simulate mouse keyboard mouse buttons are referring to the right of the keypad (numeric keypad), when used to make the NumLock key is active. The following is the mouse button:
Platform: | Size: 123904 | Author: li3e | Hits:

[Hook apivb2KEY-MO

Description: 在“控制面板”打开“辅助功能选项”,在“鼠标”标签选上“使用鼠标7键”。这样就可以用键盘来控制鼠标的光标,模拟鼠标的鼠标键都指键盘右侧的小键盘(数字键盘),使用时要使 NumLock 键处于有效状态。以下就是鼠标键-In the " Control Panel" Open " Accessibility Options" in the " Mouse" tab elected " seven keys using the mouse." So you can use the keyboard to control the mouse cursor to simulate mouse keyboard mouse buttons are referring to the right of the keypad (numeric keypad), when used to make the NumLock key is active. The following is the mouse button
Platform: | Size: 135168 | Author: li3e | Hits:

[OS programmousedemo

Description: 在“控制面板”打开“辅助功能选项”,在“鼠标”标签选上“使用鼠标7键”。这样就可以用键盘来控制鼠标的光标,模拟鼠标的鼠标键都指键盘右侧的小键盘(数字键盘),使用时要使 NumLock 键处于有效状态。以下就是鼠标键3-In the " Control Panel" Open " Accessibility Options" in the " Mouse" tab elected " seven keys using the mouse." So you can use the keyboard to control the mouse cursor to simulate mouse keyboard mouse buttons are referring to the right of the keypad (numeric keypad), when used to make the NumLock key is active. The following is the mouse button 3
Platform: | Size: 115712 | Author: li3e | Hits:

[CSharpC-Sky-Rat

Description: C-Sky Rat Beta V1.2 全新亮相 [开始公测] 支持2000/xp/2003/Vista/7 修正gh0st 3.6 原版N多BUG,全新的技术.全新的外观. 以下是更新说明: 1.优化了屏幕控制时的算法,使其更加流畅. 2.更改了声音传输,将带宽稳定在1K/s左右. 3.修复了添加SkinH皮肤最小化后皮肤不透明的BUG. 4.添加了集群控制,改良了IOCP内核,支持同时控制,操作流畅. 5.添加了上线分组,生成时选择分组名,上线后,可以更改分组. 6.添加了压力测试模块,可能尚不稳定,有待测试. 7.在程序设置上添加了修改分组标签样式和日志标签样式. 8.去掉了键盘记录时自动开启离线记录的功能(会被杀软拦截). 注意:软件只可运行在Windows NT 5.0以上的系统平台. -C-Sky Rat Beta V1.2 new appearance [Start beta] Support 2000/xp/2003/Vista/7 original amendment gh0st 3.6 N multi-BUG, new technology. New look. Here is the updated description: 1 screen optimized control algorithm to make it more smooth. 2 Change the voice transmission, the bandwidth is stable at 1K/s or so. 3 fixes added SkinH minimize skin after skin opaque BUG. 4 Add a cluster control, improved IOCP kernel supports simultaneous control, smooth operation. 5 Add the on-line grouping, select the grouping name generation, on-line, you can change the grouping. 6 adds stress test module may not yet stable, to be tested. 7 In the Program Settings tab to add style to modify the packet and logs label styles. 8 Remove the keyboard automatically turns off when recording function of recording (to be killed soft intercept). Note: The software can be run on Windows NT 5.0 or more system platform.
Platform: | Size: 22827008 | Author: 棍棍 | Hits:
« 1 2 ... 24 25 26 27 28 2930 31 32 »

CodeBus www.codebus.net